﻿#full-screen-slider {width: 100%;height:100%;position: relative;z-index: 998; top:76px;}
#slides {display: block;width: 100%;height:100%;list-style: none;padding: 0;margin: 0;position: relative}
#slides li {display: block;width: 100%;height: 100%;list-style: none;padding: 0;margin: 0;position: absolute;left: 0;background-image: url(images/02.jpg);}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; top:90%; z-index:998; text-align: center; width:100%}
#pagination li { display:inline-block; list-style:none; width:10px; height:10px; margin:0 6px; border-radius:5px; background:#FFF; overflow:hidden;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#ff0000;}

